'Declaration
<CanBeNullAttribute()> <DefaultValueAttribute("")> <MappingTagAttribute("OpcLabs.EasyOpc.UA.InformationModel.VariableProperty")> <UANodeAttribute(".[InstrumentRange]")> <UADataAttribute()> Public Property InstrumentRange As UARange
'Usage
Dim instance As UAAnalogItemNode(Of TValue,TAttribute) Dim value As UARange instance.InstrumentRange = value value = instance.InstrumentRange
[CanBeNull()] [DefaultValue("")] [MappingTag("OpcLabs.EasyOpc.UA.InformationModel.VariableProperty")] [UANode(".[InstrumentRange]")] [UAData()] public UARange InstrumentRange {get; set;}
[CanBeNull()] [DefaultValue("")] [MappingTag("OpcLabs.EasyOpc.UA.InformationModel.VariableProperty")] [UANode(".[InstrumentRange]")] [UAData()] public: property UARange^ InstrumentRange { UARange^ get(); void set ( UARange^ value); }